home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / outputd.z / outputd
Text File  |  1998-10-20  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4. OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))                                                        OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      outputd -  capture application output and errors
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ////uuuussssrrrr////lllliiiibbbb////ddddeeeesssskkkkttttoooopppp////oooouuuuttttppppuuuuttttdddd
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      _o_u_t_p_u_t_d captures output from applications launched from the desktop (the
  16.      file manager, toolchest, session management), and displays them in popup
  17.      windows, one per application.  If outputd is not running, all output goes
  18.      to the system console.
  19.  
  20.      By default, outputd is not launched.  It can be launched via the Desktop
  21.      customization panel (_d_e_s_k_t_o_p).  This panel can be opened from the Desktop
  22.      toolchest by selecting Customize and then Desktop; on the panel, check
  23.      the Display Application Errors toggle.  Subsequently launched
  24.      applications will connect to outputd.  Once selected, outputd will
  25.      automatically run in subsequent logins.  It can be disabled from the
  26.      Desktop customization panel as well.
  27.  
  28.      The default mode of outputd is to capture application errors (written to
  29.      _s_t_d_e_r_r) in popup windows.  Normal output (written to _s_t_d_o_u_t) continues to
  30.      go to the console.  This behavior can be customized through the use of
  31.      resources.  Resources should be set by adding a line of the form
  32.          oooouuuuttttppppuuuuttttdddd****<resourceName>: TTTTrrrruuuueeee (or FFFFaaaallllsssseeee)
  33.      to your ._X_d_e_f_a_u_l_t_s or ._X_r_e_s_o_u_r_c_e_s file.
  34.  
  35.      Any of the following can be used as <resourceName>:
  36.  
  37.  
  38.      ssssttttddddoooouuuuttttTTTTooooWWWWiiiinnnnddddoooowwww
  39.              If true, normal application output (stdout) will be sent to a
  40.              popup window.  If false, it will go to the console.  This
  41.              defaults to false.
  42.  
  43.      ssssttttddddeeeerrrrrrrrTTTTooooWWWWiiiinnnnddddoooowwww
  44.              If true, application error output (stderr) will be sent to a
  45.              popup window.  If false, it will go to the console.  This
  46.              defaults to true.
  47.  
  48.      rrrraaaaiiiisssseeeeOOOOnnnnOOOOuuuuttttppppuuuutttt
  49.              If true, any normal application output (stdout) will cause the
  50.              popup window to raise, even if has been hidden or iconified.
  51.              This resource has no effect unless stdoutToWindow is true.  This
  52.              defaults to false.
  53.  
  54.      rrrraaaaiiiisssseeeeOOOOnnnnEEEErrrrrrrroooorrrr
  55.              If true, any application error output (stderr) will cause the
  56.              popup window to raise, even if has been hidden or iconified.
  57.              This resource has no effect unless stderrToWindow is true.  This
  58.              defaults to true.
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))                                                        OOOOUUUUTTTTPPPPUUUUTTTTDDDD((((1111XXXX))))
  71.  
  72.  
  73.  
  74.      bbbbeeeeeeeeppppOOOOnnnnOOOOuuuuttttppppuuuutttt
  75.              If true, any normal application output (stdout) will cause a
  76.              beep.  This resource has no effect unless stdoutToWindow is true.
  77.              This defaults to false.
  78.  
  79.      bbbbeeeeeeeeppppOOOOnnnnEEEErrrrrrrroooorrrr
  80.              If true, any application error output (stdout) will cause a beep.
  81.              This resource has no effect unless stderrToWindow is true.  This
  82.              defaults to false.
  83.  
  84.      hhhhiiiigggghhhhlllliiiigggghhhhttttEEEErrrrrrrroooorrrr
  85.              If true, any application error output (stdout) will be
  86.              highlighted.  This resource has no effect unless stderrToWindow
  87.              is true.  This option is most useful if both stdoutToWindow and
  88.              stderrToWindow are turned on.  It allows distinguishing between
  89.              error and normal output.  This defaults to false.
  90.  
  91.      mmmmaaaaxxxxBBBBuuuuffffffffeeeerrrrLLLLeeeennnnggggtttthhhh
  92.              The value of this should be an integer; it is used to determine
  93.              how much output (in characters) will be stored per output window
  94.              before the initial output is discarded.  Setting this low may
  95.              lose valuable output.  Setting it high will use additional
  96.              memory.  The default is 10000 characters.
  97.  
  98. WWWWAAAARRRRNNNNIIIINNNNGGGGSSSS
  99.      Killing outputd will cause any application that was launched while
  100.      outputd was running to die if it tries to produce any output.
  101.  
  102.      If one application is launched from the IRIX Interactive Desktop, and
  103.      another application is launched from the first, the title in the outputd
  104.      window will show the first application, not the new one.  Sometimes this
  105.      connection can be obscure.  For example, certain daemons, such as
  106.      _t_o_o_l_t_a_l_k, are launched by the first process that needs them.  Other
  107.      applications using the daemons just connect to them.  Any output produced
  108.      by the daemon will appear to be from the first process.
  109.  
  110.      outputd is a process.  On machines with little memory, it may be better
  111.      to avoid running it.
  112.  
  113.      For more information about the entire IRIX Interactive Desktop
  114.      environment, see the IID(1) man page.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.